Name | Description | |
---|---|---|
![]() | Clear | Clears this array, by resetting it's count to zero and settings the Items array values to their defaults (depending on type) |
![]() | Contains | Returns true if this list contains the specified item. |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. |
![]() | EnsureCapacity | Ensures that this dynamic array has the capacity to handle the specified amount of items. |
![]() | GetIterator | Gets an iterator that iterates throw the items in forward order. |
![]() | GetReverseIterator | Gets an iterator that iterates throw the items in reverse order. |
![]() | IndexOf | Overloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in this list. |
![]() | LastIndexOf | Overloaded. Gets the last index of the specified item |
![]() | ToArray | Creates an array and populates it with the items of this dynamic array. |